projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e7f6ff
)
Autoload safe local property for plstore-encrypt-to
author
Stefan Kangas
<stefan@marxist.se>
Wed, 6 Jul 2022 18:53:52 +0000
(20:53 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Wed, 6 Jul 2022 18:53:52 +0000
(20:53 +0200)
* lisp/plstore.el (plstore-encrypt-to): Autoload 'safe-local-variable'
property for improved security.
lisp/plstore.el
patch
|
blob
|
history
diff --git
a/lisp/plstore.el
b/lisp/plstore.el
index b37d39ce1b134ff72561bde467a86bd61f22d7ee..de3f828016a7792bc5d73201b798c83ad8e0b842 100644
(file)
--- a/
lisp/plstore.el
+++ b/
lisp/plstore.el
@@
-107,6
+107,7
@@
symmetric encryption will be used."
:type '(choice (const nil) (repeat :tag "Recipient(s)" string))
:group 'plstore)
+;;;###autoload
(put 'plstore-encrypt-to 'safe-local-variable
(lambda (val)
(or (stringp val)